CHALLENGE 7: Solve the python arithmetic! Be careful of data types!
When we do math with floats and integers, we get different results. When we do an operation with a float and an integer, we get a float back. When we do an operation with the same types, we get the same type back.
In Python, * means multiplication, - means subtraction, and + means addition.
To navigate the page using the TAB key, first press ESC to exit the code editor.